Infer base64_decode for constant strings#5868
Conversation
|
IIRC there is a open issue in which ondrej comments that we don't want base64 decoding because its a waste of resources |
This was implemented by the bot in #5866 because of the Static Analysis failures to ensure those call are not phpstan-src/src/Analyser/NodeScopeResolver.php Line 2624 in 6afc6d4 But I think the workaround with base64 can be removed #5869 |
Because PHPStan uses base64 encoding as obfuscation hack in
Those places were previously basically |
|
Oh ! Thanks for the explanation |
No description provided.